home *** CD-ROM | disk | FTP | other *** search
- object frmMisc: TfrmMisc
- Left = 0
- Top = 0
- Width = 600
- Height = 400
- TabOrder = 0
- TabStop = True
- DesignSize = (
- 600
- 400)
- object lPriority: TTntLabel
- Left = 8
- Top = 8
- Width = 34
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Priority'
- end
- object lPause1: TTntLabel
- Left = 8
- Top = 72
- Width = 46
- Height = 13
- Caption = 'Pause for'
- end
- object lPause2: TTntLabel
- Left = 136
- Top = 72
- Width = 465
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- Caption =
- 'seconds before the profile starts scanning for changes (helps wi' +
- 'th Network connection problems)'
- end
- object lProfilePassword: TTntLabel
- Left = 8
- Top = 107
- Width = 276
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Password protect this profile from modification or deletion'
- end
- object cbPriority: TTntComboBox
- Left = 64
- Top = 8
- Width = 177
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 3
- TabOrder = 0
- Text = 'Normal'
- Items.Strings = (
- 'Idle'
- 'Lowest'
- 'Lower'
- 'Normal'
- 'Higher'
- 'Highest'
- 'TimeCritical')
- end
- object cbFlush: TTntCheckBox
- Left = 8
- Top = 40
- Width = 577
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Flush all open files before running profile'
- TabOrder = 1
- end
- object jvPauseSecs: TJvSpinEdit
- Left = 72
- Top = 72
- Width = 57
- Height = 21
- CheckMinValue = True
- BeepOnError = False
- Alignment = taRightJustify
- Thousands = True
- TabOrder = 2
- ClipboardCommands = []
- end
- object eProfilePassword: TTntEdit
- Left = 8
- Top = 123
- Width = 161
- Height = 21
- PasswordChar = '*'
- TabOrder = 3
- OnExit = eProfilePasswordExit
- end
- end
-